home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / GIMP 2.6.8 / gimp-2.6.8-i686-setup.exe / {app} / share / gimp / 2.0 / themes / Small / gtkrc
Text File  |  2009-12-15  |  3KB  |  111 lines

  1. # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
  2. #
  3. # include "rc-file"
  4. #
  5. # style <name> [= <name>]
  6. # {
  7. #   <option>
  8. # }
  9. #
  10. # widget <widget_set>       style <style_name>
  11. # class  <widget_class_set> style <style_name>
  12.  
  13.  
  14. style "gimp-default-style"
  15. {
  16.   stock["gtk-dialog-error"] =
  17.     {
  18.       { "../Default/images/stock-error-64.png", *, *, "gtk-dialog" }
  19.     }
  20.   stock["gtk-dialog-info"] =
  21.     {
  22.       { "../Default/images/stock-info-64.png", *, *, "gtk-dialog" }
  23.     }
  24.   stock["gtk-dialog-question"] =
  25.     {
  26.       { "../Default/images/stock-question-64.png", *, *, "gtk-dialog" }
  27.     }
  28.   stock["gtk-dialog-warning"] =
  29.     {
  30.       { "../Default/images/stock-warning-64.png", *, *, "gtk-dialog" }
  31.     }
  32.  
  33. # Uncommenting this line allows to set a different (smaller) font for GIMP.
  34. #
  35. # font_name = "sans 8"
  36.  
  37. # Enabling the following line for some reason breaks toolbox resize
  38. # increment calculation. You can enable it to get an even smaller GUI
  39. # but need to restart GIMP after the theme change.
  40. #
  41. # GtkWidget::focus-padding         = 0
  42.  
  43.   GtkOptionMenu::indicator-size    = { 5, 11 }
  44.   GtkOptionMenu::indicator-spacing = { 4, 3, 1, 1 }
  45.  
  46.   GtkPaned::handle-size             = 5
  47.   GimpDock::default-height          = 240
  48.   GimpDock::font-scale              = 0.8333
  49.   GimpDockSeparator::height         = 5
  50.   GimpMenuDock::minimal-width       = 200
  51.   GimpMenuDock::menu-preview-size   = small-toolbar
  52.   GimpToolbox::tool-icon-size       = menu
  53.   GimpToolbox::button-relief        = none
  54.   GimpDockbook::tab-border          = 0
  55.   GimpDockbook::tab-icon-size       = menu
  56.   GimpColorNotebook::tab-border     = 0
  57.   GimpColorNotebook::tab-icon-size  = menu
  58.   GimpDockable::content-border      = 1
  59.   GimpEditor::content-spacing       = 1
  60.   GimpEditor::button-spacing        = 1
  61.   GimpEditor::button-icon-size      = menu
  62.   GimpDataEditor::minimal-height    = 64
  63.   GimpFrame::label-spacing          = 2
  64.   GtkDialog::content-area-border    = 0
  65.   GtkDialog::button-spacing         = 6
  66.   GtkDialog::action-area-border     = 12
  67.   GimpUnitComboBox::appears-as-list = 0
  68. }
  69.  
  70. class "GtkWidget" style "gimp-default-style"
  71.  
  72.  
  73. style "gimp-tool-dialog-style" = "gimp-default-style"
  74. {
  75.   GtkDialog::action-area-border = 6
  76. }
  77.  
  78. class "GimpToolDialog" style "gimp-tool-dialog-style"
  79.  
  80.  
  81. style "gimp-grid-view-style" = "gimp-default-style"
  82. {
  83.   bg[NORMAL] = { 1.0, 1.0, 1.0 }
  84. }
  85.  
  86. widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
  87.  
  88.  
  89. style "gimp-dockable-style" = "gimp-default-style"
  90. {
  91.   GimpFrame::label-bold       = 0
  92.   GtkButton::focus-line_width = 1
  93.   GtkButton::focus-padding    = 0
  94. }
  95.  
  96. widget "*GimpDockable.*" style "gimp-dockable-style"
  97.  
  98.  
  99. style "gimp-display-style" = "gimp-default-style"
  100. {
  101.   GimpRuler::font-scale          = 0.6444
  102.   GimpUnitComboBox::label-scale  = 0.8333
  103.   GimpScaleComboBox::label-scale = 0.8333
  104.   GtkComboBox::arrow-size        = 8
  105.   GtkButton::inner-border        = { 0, 0, 0, 0 }
  106.   GtkButton::focus-line-width    = 0
  107.   GtkButton::focus-padding       = 0
  108. }
  109.  
  110. widget "*GimpDisplayShell.*" style "gimp-display-style"
  111.